Crate wasmi_core

source ·

Structs

A NaN preserving f32 type.
A NaN preserving f64 type.
An amount of linear memory pages.
Error type which can be returned by Wasm code or by the host environment.
An untyped Value.

Enums

Error type which can be thrown by wasm code or by host environment.
Errors that may occur upon converting a Value to a primitive type.
An error that may occur upon encoding or decoding slices of UntypedValue.
Runtime representation of a value.
Type of a value.

Traits

Tuple types that allow to decode a slice of UntypedValue.
Tuple types that allow to encode a slice of UntypedValue.
Trait that allows the host to return custom error.